projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41790b5
)
(Qmouse_leave_buffer_hook): Declare it here.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 00:04:15 +0000
(
00:04
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 00:04:15 +0000
(
00:04
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 79c104cc3f8beee28efe1aaad8171035b0c4bce4..f235e1f64be3ae7e47a546316b17682aff14a2d9 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1647,7
+1647,7
@@
extern Lisp_Object Fread_no_blanks_input ();
extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg;
extern Lisp_Object Vcommand_history;
-extern Lisp_Object Qcall_interactively;
+extern Lisp_Object Qcall_interactively
, Qmouse_leave_buffer_hook
;
extern Lisp_Object Fcall_interactively ();
extern Lisp_Object Fprefix_numeric_value ();